home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / tobby_ura_ura.swf / scripts / frame_20 / DoAction.as
Text File  |  2010-11-09  |  252b  |  16 lines

  1. function randomInt(maxNum)
  2. {
  3.    var rndNum = Math.random() * maxNum;
  4.    if(rndNum == 0)
  5.    {
  6.       rndNum = 1;
  7.    }
  8.    else
  9.    {
  10.       rndNum = Math.ceil(rndNum);
  11.    }
  12.    return rndNum;
  13. }
  14. this.debugMode = false;
  15. this.KeyPlayFlg = false;
  16.